-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spell Check added #20
base: develop
Are you sure you want to change the base?
Conversation
"*.json", | ||
"*.js", | ||
"*.ipynb", | ||
"src/zenml/zen_stores/migrations/versions/", | ||
"tests/unit/materializers/test_built_in_materializer.py", | ||
"tests/integration/functional/cli/test_pipeline.py", | ||
"src/zenml/zen_server/dashboard/", | ||
"examples/llm_finetuning/lit_gpt/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These need updating. They relate to the core ZenML package, not this repository.
# Run typos command with appropriate options | ||
typos --config "$TYPOS_CONFIG" --write-changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we don't want to actually write changes. We just want to surface any errors for them to be manually corrected.
@awanshahid1119 just checking, are you able to resolve the conflicts and make the relevant changes requested? |
@awanshahid1119 checking whether you're able to resolve this? |
spellcheck.sh:
Purpose: Automates spellchecking process using typos tool.
Usage: Execute bash scripts/spellcheck.sh to identify spelling errors in project files.
_typos.toml:
Purpose: Configurations for spellchecking process.
Usage: Customize options like file exclusions and word exceptions for accurate spellchecking.
spellcheck.yml:
Purpose: GitHub Actions workflow for CI spellchecking.
Usage: Automates spellchecking on pull requests, ensuring code quality with accurate spelling checks.